Skip to content

Fix the example: Add required server_id #160

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

dveeden
Copy link
Contributor

@dveeden dveeden commented Jul 2, 2016

Otherwise this happens:

Traceback (most recent call last):
  File "./test.py", line 6, in <module>
    stream = BinLogStreamReader(connection_settings = mysql_settings)
TypeError: __init__() missing 1 required positional argument: 'server_id'

Otherwise this happens:
```
Traceback (most recent call last):
  File "./test.py", line 6, in <module>
    stream = BinLogStreamReader(connection_settings = mysql_settings)
TypeError: __init__() missing 1 required positional argument: 'server_id'
```
@bjoernhaeuser
Copy link
Collaborator

Thanks!

@bjoernhaeuser bjoernhaeuser merged commit f175d2b into julien-duponchelle:master Jul 2, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants